HorizontalPanorama

Horizontal panorama animation interface.

This animation instructs the drone to rotate horizontally.

Types

Link copied to clipboard
Horizontal panorama animation configuration class.

Functions

Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun getProgress(): Int
Retrieves current animation progress.
Link copied to clipboard
abstract fun getRotationAngle(): Double
Retrieves currently applied animation rotation angle.
Link copied to clipboard
@FloatRange(from = 0)
abstract fun getRotationSpeed(): Double
Retrieves currently applied animation rotation angular speed.
Link copied to clipboard
Retrieves current animation execution status.
Link copied to clipboard
Retrieves the animation type.
Link copied to clipboard
Tells whether the animation matches some configuration.